翻訳と辞書
Words near each other
・ Htra2
・ HtrA2 peptidase
・ HTree
・ Htree (disambiguation)
・ HTRK
・ HTS
・ HTS Kimberley
・ HTSC
・ HTSQL
・ HTT
・ HTT Pléthore
・ HTT-AS1
・ HTTP 301
・ HTTP 302
・ HTTP 303
HTTP 403
・ HTTP 404
・ HTTP 451
・ HTTP authentication
・ HTTP compression
・ HTTP cookie
・ HTTP Debugger
・ HTTP ETag
・ HTTP File Server
・ HTTP handler
・ HTTP header injection
・ HTTP Live Streaming
・ HTTP location
・ HTTP message body
・ HTTP persistent connection


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

HTTP 403 : ウィキペディア英語版
HTTP 403

A web server may return a 403 Forbidden HTTP status code in response to a request from a client for a web page or resource to indicate that the server can be reached and understood the request, but refuses to take any further action. Status code 403 responses are the result of the web server being configured to deny access, for some reason, to the requested resource by the client.
A typical request that may receive a 403 Forbidden response is a GET for a web page, performed by a web browser to retrieve the page for display to a user in a browser window. The web server may return a 403 Forbidden status for other types of requests as well.
The Apache web server returns 403 Forbidden in response to requests for url paths that correspond to filesystem directories, when directory listings have been disabled in the server. Some administrators configure the Mod proxy extension to Apache to block such requests, and this will also return 403 Forbidden. Microsoft IIS responds in the same way when directory listings are denied in that server. In WebDAV, the 403 Forbidden response will be returned by the server if the client issued a PROPFIND request but did not also issue the required Depth header, or issued a Depth header of infinity.
==Difference from status "401 Unauthorized"==

Status codes 401 (Unauthorized) and 403 (Forbidden) have distinct meanings.
A 401 response indicates that access to the resource is restricted, and the request did not provide any HTTP authentication. It is possible that a new request for the same resource will succeed if authentication is provided. The response must include an HTTP WWW-Authenticate header to prompt the user-agent to provide credentials. If credentials are not provided via HTTP Authorization, then 401 should not be used.
A 403 response generally indicates one of two conditions:
* Authentication was provided, but the authenticated user is not permitted to perform the requested operation.
* The operation is forbidden to all users. For example, requests for a directory listing return code 403 when directory listing has been disabled.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「HTTP 403」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.